home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Explore the World of CD …rtainment & Home Learning
/
Explore the World of CD Entertainment and Home Learning (Magnum Design)(Macworld)(1995).iso
/
*Consumer Demo CD ƒ
/
AOLSTUF
/
*AOL DEMO FINAL
/
00218_Script_218
< prev
next >
Wrap
Text File
|
1995-09-27
|
1KB
|
50 lines
----------AOL Preview/Demo-----------
-----------September 1995------------
on InitDemo
puppetSprite 21,1
set the castNum of sprite 21 to cast "Main Menu.btn"
puppetSprite 21,0
end
on goConsDemo
go to movie "Consumer Demo CD:*Consumer Demo CD É:*consDemo"
end
on goAOLPreview
global gThisMarkerName
set gThisMarkerName = "AOL Preview"
goMarker "AOL Preview"
end
on QuitIntro
quit
end
on goMarker markerName
global gLastMarkerName,gThisMarkerName
set gLastMarkerName = gThisMarkerName
go markerName
set gThisMarkerName = markerName
end
on videoStop
global gLastMarkerName,gThisMarkerName
go gLastMarkerName
end
on btnDown
global gThisButton
set gThisButton = the clickOn
puppetsprite 21,1 --Main Menu btn
set the castNum of sprite 21 to cast "Main Menu.btnDk"
updateStage
repeat with i= 1 to 30
put the ticks
end repeat
set the castNum of sprite 21 to cast "Main Menu.btn"
--the castNum of sprite whichSprite
puppetsprite 21,0 --Main Menu btn
UpdateStage
end